home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue26 / sdrop14 / SDROP14.ZIP / SDropDemo2.dfm / SDropDemo2.txt
Encoding:
Text File  |  1997-09-03  |  1.1 KB  |  58 lines

  1. object frmDropEdit: TfrmDropEdit
  2.   Left = 122
  3.   Top = 410
  4.   BorderStyle = bsNone
  5.   Caption = 'frmDropEdit'
  6.   ClientHeight = 124
  7.   ClientWidth = 155
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Panel1: TPanel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 155
  18.     Height = 124
  19.     Align = alClient
  20.     BevelOuter = bvNone
  21.     BorderStyle = bsSingle
  22.     Ctl3D = False
  23.     ParentCtl3D = False
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 7
  27.       Top = 5
  28.       Width = 138
  29.       Height = 24
  30.       Caption = 'Select a Color:'
  31.       Font.Color = clNavy
  32.       Font.Height = -19
  33.       Font.Name = 'MS Sans Serif'
  34.       Font.Style = [fsBold]
  35.       ParentFont = False
  36.     end
  37.     object rgColor: TRadioGroup
  38.       Left = 10
  39.       Top = 30
  40.       Width = 134
  41.       Height = 84
  42.       Caption = 'Color'
  43.       Color = clBtnFace
  44.       Columns = 2
  45.       Items.Strings = (
  46.         'Red'
  47.         'Green'
  48.         'Blue'
  49.         'Purple'
  50.         'Yellow'
  51.         'Orange')
  52.       ParentColor = False
  53.       TabOrder = 0
  54.       OnClick = rgColorClick
  55.     end
  56.   end
  57. end
  58.